home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / de_html.zip / README.TXT < prev   
Text File  |  1996-07-06  |  1KB  |  29 lines

  1.  
  2. DE-HTML.EXE is a simple MSDOS utility which reads as input an HTML
  3. file, and writes as output a text file with all of the HTML tags
  4. removed.  Run with the optional commandline switch /url the output
  5. will include all tags containing URLs ("href=http...").  Use the
  6. switch /len=nn to set maximum output line length.
  7.  
  8. DE-HTML was written by request.  It is available free of charge, 
  9. however the source code is copyright 1995-1996 by Bamboo Software.
  10.  
  11. History:
  12. -------
  13. Version 1.1b: 12/09/95 - Parse a few character entities for Paul Gorodyansky.
  14. Version 1.2:  03/11/96 - Added new option /len=nn (maximum line
  15. length for output), and wildcard filespec processing ("*.htm" for
  16. example) after suggestions by Dan Goodman.
  17. Version 1.3:  06/29/96 - Added minimal table support.  Recognizes /th,
  18. /td and /tr tags and new /del option lets user select field delimiter
  19. character (defaults to semicolon).  Suggested by Jonathan Rosenne.
  20. Version 1.3a: 07/06/96 - Let user specify tab character as table delimiter
  21. via "/del=tab" commandline arg; added <br> tag handling (duh).
  22.  
  23. Send feedback to the programmer, Frank Brown, at:
  24. CIS: 74766,3671
  25. browf@well.com
  26. http://www.halcyon.com/frog/fhb.htm
  27.  
  28. Frank Brown, 29-Jun-1996
  29.